home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (PL) 2013 August
/
PC_Format_082013.iso
/
pene wersje
/
website x5 home 10
/
wsx5_home.exe
/
{app}
/
Res
/
imlogout.php
< prev
next >
Wrap
PHP Script
|
2013-04-08
|
141b
|
9 lines
<?php
@require_once("x5engine.php");
$pa = new imPrivateArea();
$pa->logout();
header("Location: ../");
// End of file imlogout.php